Refactor logic to remove db or list from config#1946
Conversation
norascheuch
left a comment
There was a problem hiding this comment.
Looks good, thanks for making these changes!
The tests look like a duplicate of what's in db-config-store though - can we only test the behaviour in one file? In the config store we can make sure to call the respective methods in db-config.
I've followed the same pattern as for the rename functionality - in |
203da85 to
f570efc
Compare
Created helper functions in
DbConfigand used those inDbConfigStoreto break up the function and remove the use ofcompareSelectedKindIsEqual.Checklist
N/A:
ready-for-doc-reviewlabel there.